compress/flate.decompressor.nb (field)
22 uses
compress/flate (current package)
inflate.go#L275: nb uint
inflate.go#L303: for f.nb < 1+2 {
inflate.go#L312: f.nb -= 1 + 2
inflate.go#L369: for f.nb < 5+5+4 {
inflate.go#L387: f.nb -= 5 + 5 + 4
inflate.go#L391: for f.nb < 3 {
inflate.go#L398: f.nb -= 3
inflate.go#L443: for f.nb < nb {
inflate.go#L450: f.nb -= nb
inflate.go#L542: for f.nb < n {
inflate.go#L550: f.nb -= n
inflate.go#L555: for f.nb < 5 {
inflate.go#L563: f.nb -= 5
inflate.go#L578: for f.nb < nb {
inflate.go#L586: f.nb -= nb
inflate.go#L626: f.nb = 0
inflate.go#L702: f.b |= uint32(c) << f.nb
inflate.go#L703: f.nb += 8
inflate.go#L717: nb, b := f.nb, f.b
inflate.go#L723: f.nb = nb
inflate.go#L739: f.nb = nb
inflate.go#L744: f.nb = nb - n
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |